setUserSettings

@PUT(value = "/api/rainbow/enduser/v1.0/users/{userId}/settings")
abstract suspend fun setUserSettings(@Path(value = "userId") userId: String, @Body body: UserSettingsBody): GenericResponse<Unit>